Send focus events to the root
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Oct 2020 03:06:07 +0000 (23:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 9 Oct 2020 11:43:40 +0000 (07:43 -0400)
commit115ed005e615d5046c50e801f850c2490fe7b339
tree49c4225803079a9191d1e7a2fe1624f815ea4148
parent6a0704aeb4edb0d43010270348c8de1d27e4453a
Send focus events to the root

We are not propagating focus change events, and that is the only
place where we are listening for focus change events. If GtkWindow
does not see focus-in events for its popovers, we end up with
inadvertendly inactive windows.

Fixes: #3240
gtk/gtkmain.c